1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class Form1
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.TabControl1 = New System.Windows.Forms.TabControl()
26         Me.TabPage1 = New System.Windows.Forms.TabPage()
27         Me.TabPage2 = New System.Windows.Forms.TabPage()
28         Me.TabPage3 = New System.Windows.Forms.TabPage()
29         Me.TabPage4 = New System.Windows.Forms.TabPage()
30         Me.TabControl1.SuspendLayout()
31         Me.SuspendLayout()
32         
'
33         
'TabControl1
34         
'
35         Me.TabControl1.Controls.Add(Me.TabPage1)
36         Me.TabControl1.Controls.Add(Me.TabPage2)
37         Me.TabControl1.Controls.Add(Me.TabPage3)
38         Me.TabControl1.Controls.Add(Me.TabPage4)
39         Me.TabControl1.Location = New System.Drawing.Point(
0, 0)
40         Me.TabControl1.Name =
"TabControl1"
41         Me.TabControl1.SelectedIndex =
0
42         Me.TabControl1.Size = New System.Drawing.Size(
841, 615)
43         Me.TabControl1.TabIndex =
0
44         
'
45         
'TabPage1
46         
'
47         Me.TabPage1.Location = New System.Drawing.Point(
4, 22)
48         Me.TabPage1.Name =
"TabPage1"
49         Me.TabPage1.Padding = New System.Windows.Forms.Padding(
3)
50         Me.TabPage1.Size = New System.Drawing.Size(
833, 589)
51         Me.TabPage1.TabIndex =
0
52         Me.TabPage1.Text =
"TabPage1"
53         Me.TabPage1.UseVisualStyleBackColor = True
54         
'
55         
'TabPage2
56         
'
57         Me.TabPage2.Location = New System.Drawing.Point(
4, 22)
58         Me.TabPage2.Name =
"TabPage2"
59         Me.TabPage2.Padding = New System.Windows.Forms.Padding(
3)
60         Me.TabPage2.Size = New System.Drawing.Size(
833, 589)
61         Me.TabPage2.TabIndex =
1
62         Me.TabPage2.Text =
"TabPage2"
63         Me.TabPage2.UseVisualStyleBackColor = True
64         
'
65         
'TabPage3
66         
'
67         Me.TabPage3.Location = New System.Drawing.Point(
4, 22)
68         Me.TabPage3.Name =
"TabPage3"
69         Me.TabPage3.Padding = New System.Windows.Forms.Padding(
3)
70         Me.TabPage3.Size = New System.Drawing.Size(
833, 589)
71         Me.TabPage3.TabIndex =
2
72         Me.TabPage3.Text =
"TabPage3"
73         Me.TabPage3.UseVisualStyleBackColor = True
74         
'
75         
'TabPage4
76         
'
77         Me.TabPage4.Location = New System.Drawing.Point(
4, 22)
78         Me.TabPage4.Name =
"TabPage4"
79         Me.TabPage4.Padding = New System.Windows.Forms.Padding(
3)
80         Me.TabPage4.Size = New System.Drawing.Size(
833, 589)
81         Me.TabPage4.TabIndex =
3
82         Me.TabPage4.Text =
"TabPage4"
83         Me.TabPage4.UseVisualStyleBackColor = True
84         
'
85         
'Form1
86         
'
87         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 12.0!)
88         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
89         Me.ClientSize = New System.Drawing.Size(
853, 639)
90         Me.Controls.Add(Me.TabControl1)
91         Me.Name =
"Form1"
92         Me.Text =
"Form1"
93         Me.TabControl1.ResumeLayout(False)
94         Me.ResumeLayout(False)
95
96     End Sub
97     Friend WithEvents TabControl1 As System.Windows.Forms.TabControl
98     Friend WithEvents TabPage1 As System.Windows.Forms.TabPage
99     Friend WithEvents TabPage2 As System.Windows.Forms.TabPage
100     Friend WithEvents TabPage3 As System.Windows.Forms.TabPage
101     Friend WithEvents TabPage4 As System.Windows.Forms.TabPage
102 End Class


Gõ tìm kiếm nhanh...